Skip to content

chore(deps): bump github.com/coder/coder/v2 from 2.24.1 to 2.25.1 #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/coder/coder/v2 from 2.24.1 to 2.25.1.

Release notes

Sourced from github.com/coder/coder/v2's releases.

v2.25.1

Changelog

[!NOTE] This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

Bug fixes

Compare: v2.25.0...v2.25.1

Container image

  • docker pull ghcr.io/coder/coder:v2.25.1

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.25.0

Changelog

[!NOTE] This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

BREAKING CHANGES

  • Route connection logs to Connection log instead of Audit log (#18340, 08e17a07f) (@​ethanndickson)

    Connections to workspaces (via SSH, workspace apps, or browser port-forwarding) will no longer create entries in the audit log. Those events will now be included in the 'Connection Log'. Please see the 'Connection Log' page in the dashboard, and the Connection Log documentation for details. Those with permission to view the Audit Log will also be able to view the Connection Log. The new Connection Log has the same licensing restrictions as the Audit Log, and requires a Premium Coder deployment.

  • Delete old connection events from audit log (#18735, f42de9fe1) (@​ethanndickson)

    With new connection events appearing in the Connection Log, connection events older than 90 days will now be deleted from the Audit Log. If you require this legacy data, we recommend querying it from the REST API or making a backup of the database/these events before upgrading your Coder deployment. Please see the PR for details on what exactly will be deleted. Note: There are currently no plans to delete connection events from the Connection Log.

  • Add ability to cancel pending workspace build (#18713, 8202514ce) (@​kacpersaw)

    CancelWorkspaceBuild method in codersdk now accepts an optional request parameter.

  • Use devcontainer ID when rebuilding a devcontainer (#18604, f2d229eed) (@​DanielleMaywood)

    Minor breaking change for workspaces enabled by our devcontainer integration. Allows rebuilding a devcontainer without a valid devcontainer ID.

  • CLI: Add CLI support for creating workspace with presets (#18912, b975d6d9b) (@​ssncferreira)

    This breaking change impacts the coder create CLI command only for templates which contain presets.

    It introduces a --preset flag to the create command, which modifies the behavior when no preset is explicitly provided:

    • If the template includes presets and a default preset, the default will be automatically applied. The user will be notified, but not prompted.
    • If the template includes presets without a default, the user will be prompted to choose a preset.

    This breaks existing workflows for templates with presets that:

    • Expect the create command to proceed without applying a preset
    • Rely on non-interactive scripts or automated workflows, which will now fail or hang due to unexpected prompts

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/coder/coder/v2 [>= 2.15.0.a, < 2.15.1]
github.com/coder/coder/v2 [>= 2.18.0.a, < 2.18.1]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from 2.24.1 to 2.25.1.
- [Release notes](https://github.com/coder/coder/releases)
- [Changelog](https://github.com/coder/coder/blob/main/release.key)
- [Commits](coder/coder@v2.24.1...v2.25.1)

---
updated-dependencies:
- dependency-name: github.com/coder/coder/v2
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 11, 2025
@ethanndickson ethanndickson merged commit f1ec468 into main Aug 12, 2025
13 checks passed
@ethanndickson ethanndickson deleted the dependabot/go_modules/github.com/coder/coder/v2-2.25.1 branch August 12, 2025 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant